home *** CD-ROM | disk | FTP | other *** search
/ Shareware Direct / Shareware Direct.iso / contact / cplus25.zip / TUTOR.BAT < prev    next >
DOS Batch File  |  1993-08-16  |  1KB  |  44 lines

  1. echo off
  2. CLS
  3. if not %1.==. goto launched
  4. ECHO.
  5. ECHO.
  6. ECHO.
  7. ECHO.
  8. echo            This tutorial may be freely distributed with the Personal
  9. echo                           version of Contact Plus.
  10. ECHO.
  11. echo              Any difficulty in viewing this tutorial does not reflect
  12. echo                           problems with CONTACT PLUS.
  13. ECHO.
  14. echo                 Difficulties can be encountered due to memory
  15. ECHO                  resident programs, floppy disk failure, or
  16. ECHO                            system incompatibility.
  17. echo.
  18. echo                    A color monitor is highly recommended
  19. echo                             to view this demo.
  20. ECHO.
  21. echo                        Thank you for your attention.
  22. echo.
  23. ECHO Press CTRL-C to abort now or
  24. PAUSE
  25. :launched
  26. PRORUN t24main
  27. if not exist c.doc goto exitut
  28. echo.
  29. echo.      Full registration entitles you to several utility programs,
  30. echo.      unlimited technical support, and a 175-page manual.  To help
  31. echo.      you evaluate the program, the file C.DOC will get you started.
  32. echo.
  33. echo.      Would you like to print this file now?
  34. echo.
  35. echo.      If so, be sure your printer is turned on, on-line, with enough
  36. echo.      paper for 20 pages or so.
  37. echo.
  38. echo.
  39. get n "Print C.DOC now (Y/N)"
  40. if not %get%==Y goto exitut
  41. copy c.doc prn
  42. :exitut
  43. CLS
  44.